Tx
Represents a transactional context for executing SQL operations with commit and rollback capabilities.
This class implements the Transaction interface and ensures thread safety through the use of a Mutex. It provides methods to manage the lifecycle of a transaction, execute SQL operations, and retrieve result sets.
Parameters
connection
The database connection associated with this transaction.